home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_gnats.idb / usr / freeware / lib / gnats / gnats-db / gnats-adm / submitters.z / submitters
Encoding:
Text File  |  1999-04-16  |  1.7 KB  |  44 lines

  1. #
  2. #            submitters database for GNATS
  3. #
  4. # Any line which begins with a `#' is considered a comment, and GNATS
  5. # will ignore it. 
  6. #
  7. # Each entry has the format:
  8. #    submitter:full submitter name:type:response-time:contact:notify-others
  9. #
  10. #    * submitter: The name of the site, customer, etc., sending the
  11. #      report in.
  12. #    * full submitter name: The description, like `Foo Widgets Inc.'.
  13. #    * submitter type: Can be contract type, level of expertise, etc.
  14. #    * response time: If configured with `NOTIFY' set to `TRUE', GNATS
  15. #      will use this field to schedule when at_pr should notify the
  16. #      gnats-admin and gnats-manager that the PR wasn't analyzed
  17. #      within the agreed response time.
  18. #    * contact: Principal contact for the submitter.
  19. #    * notify: Others who should be Cc'd on any PRs coming from
  20. #      this submitter.
  21. #
  22. #
  23. # The following submitter is mandatory for GNATS to work.
  24. # The submitter field should be the same as your configured DEFAULT_SUBMITTER.
  25. #
  26. unknown:The Unknown Submitter:none:-1:gnats-admin:
  27. #
  28. # Sample submitters:
  29. #
  30. # For the submitter `foo', we will know that they have a "six-month"
  31. # contract, and that `joe' is the person who should worry about PRs
  32. # coming from Foo Widgets Inc.  There is no reply-time.
  33. foo:Foo Widgets Inc.:six-month::joe:
  34. #
  35. # For the submitter `dod', they have a "DARPA" contract and `bill' is
  36. # to be given a copy of the PR, in addition to whomever might be
  37. # responsible for the category the PR was filed under.  There is a
  38. # four-hour response time, and that `al' should also get a copy of the PR.
  39. dod:Department of Defense:DARPA:4:bill:al
  40. #
  41. # A `test' submitter, for send-pr and general GNATS testing.
  42. test:Test Non-Submitter:test:1:gnats-admin:
  43.